home *** CD-ROM | disk | FTP | other *** search
/ Advanced Placement Companion: Precalculus / Advanced Placement Companion: Precalculus.iso / pc / M_DIR / 12-10027.DIR / 00691.ls < prev    next >
Encoding:
Text File  |  1998-04-15  |  120 b   |  10 lines

  1. on exitFrame
  2.   if gstop = 1 then
  3.     go(the frame)
  4.   else
  5.     go(the frame + 1)
  6.   end if
  7.   preLoad(next)
  8.   cursor()
  9. end
  10.